home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / WebObjects / WebObjectsDoc_HTML / DynamicElements / GenericElementEx1.wo / GenericElementEx1.wos < prev   
Encoding:
Text File  |  1996-01-28  |  131 b   |  12 lines

  1. id width;
  2. id textFieldValue;
  3.  
  4. - awake {
  5.     textFieldValue  = 50;
  6. }
  7.  
  8.  
  9. - submitForm {
  10.     width = textFieldValue;
  11.     return self;
  12. }